'Declaration
Public Function Append( _ ByVal array() As T, _ ByVal offset As Integer, _ ByVal length As Integer _ ) As ArrayPoolBufferSegment(Of T)
'Usage
Dim instance As ArrayPoolBufferSegment(Of T) Dim array() As T Dim offset As Integer Dim length As Integer Dim value As ArrayPoolBufferSegment(Of T) value = instance.Append(array, offset, length)
public: ArrayPoolBufferSegment<T^>^ Append( array<T^>^ array, int offset, int length )
Parameters
- array
- offset
- length